home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / rocketbike.swf / scripts / DefineButton2_329 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-07-13  |  220 b   |  8 lines

  1. on(press){
  2.    _root.setscreen("store");
  3.    _root.bikers[_root.human] = _root.models[_root.human] = _name;
  4.    _root.stars[_root.human] = 100;
  5.    _root.mystars = "x" + _root.stars[_root.human];
  6.    _parent.play();
  7. }
  8.